1.1.6.8. security.insecureAPI.mkstemp (C)
Warn when 'mkstemp' is passed fewer than 6 X's in the format string.

Examples:

void test() {
  mkstemp("XX"); // warn
}